← Index
NYTProf Performance Profile   
For ../prof.pl
  Run on Wed Dec 14 16:10:05 2022
Reported on Wed Dec 14 16:12:56 2022

Filename(eval 2)[/Users/ether/perl5/perlbrew/perls/36.0/lib/5.36.0/Carp.pm:116]
StatementsExecuted 1 statements in 3µs
Eval Invoked At/Users/ether/perl5/perlbrew/perls/36.0/lib/5.36.0/Carp.pm line 116
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
0000s0sCarp::::__ANON__[:4]Carp::__ANON__[:4]
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1sub ($) {
2 my $u = utf8::native_to_unicode($_[0]);
3 $u >= 0x20 && $u <= 0x7e;
413µs }
5;